home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1993…ch: Other People's Memory / ADC Developer CD (1993-03) (''Other People's Memory'')_iso / Dev.CD Mar 93.iso / Development Platforms / Apple II / Essentials / MPW IIGS Interfaces / AIIGSIncludes / E16.StdFile < prev    next >
Encoding:
Text File  |  1992-03-04  |  1.1 KB  |  49 lines  |  [TEXT/MPS ]

  1. ; File:  E16.StdFile
  2. ;
  3. ;
  4. ; Copyright Apple Computer, Inc. 1986-91
  5. ; All Rights Reserved
  6. ;
  7. ;
  8. badPromptDesc EQU $1701
  9. badOrigNameDesc EQU $1702
  10. badReplyNameDesc EQU $1704
  11. badReplyPathDesc EQU $1705
  12. badCall EQU $1706
  13. sfNotStarted EQU $17FF
  14. noDisplay EQU $0000  ; file not to be displayed
  15. noSelect EQU $0001  ; file displayed, but not selectable
  16. displaySelect EQU $0002  ; file displayed and selectable
  17. sfWildAuxType EQU $8000
  18. sfMatchFileType EQU $8000
  19. sfWildFileType EQU $4000
  20. sfMatchAuxType EQU $4000
  21. sfDisplayGrey EQU $2000
  22. ; offset constants for SFReplyRec
  23. ogood EQU 0
  24. ofileType EQU 2
  25. oauxFileType EQU 4
  26. ofilename EQU 6
  27. ofullPathname EQU 22
  28. ; offset constants for SFReplyRec2
  29. ;ogood EQU 0
  30. ;ofileType EQU 2
  31. oauxType EQU 4
  32. onameRefDesc EQU 8
  33. onameRef EQU 10
  34. opathRefDesc EQU 14
  35. opathRef EQU 16
  36. ; offset constants for SFMultiReplyRec
  37. ;ogood EQU 0
  38. onamesHandle EQU 2
  39. ; offset constants for namesHandle record
  40. obufferLength EQU 0
  41. ofileEntryArray EQU 2
  42. ; offset constants for fileEntryArray entry
  43. sfFileType EQU 0
  44. sfAuxType EQU 2
  45. sfNameLength EQU 6
  46. sfPrefix1 EQU 7
  47. sfPrefix2 EQU 8
  48. sfName EQU 9
  49.